go/types._TypeSet.comparable (field)

15 uses

	go/types (current package)
		predicates.go#L406: 			if xset.comparable != yset.comparable {
		typeset.go#L32: 	comparable bool     // invariant: !comparable || terms.isAll()
		typeset.go#L42: func (s *_TypeSet) IsMethodSet() bool { return !s.comparable && s.terms.isAll() }
		typeset.go#L47: 		return s.comparable
		typeset.go#L79: 	if s.comparable {
		typeset.go#L279: 			comparable = tset.comparable
		typeset.go#L292: 			assert(!tset.comparable)
		typeset.go#L311: 	ityp.tset.comparable = allComparable
		typexpr.go#L178: 				if tset.comparable {
		unify.go#L469: 			if xset.comparable != yset.comparable {
		unify.go#L669: 			if xset.comparable != yset.comparable {
		union.go#L122: 				case tset.comparable: